body {
    overflow-x: hidden;
}

/* 头部 */

.top {

    width: 100%;

    height: 100px;

    background-color: #fff;

}



.top .w-1440 {

    height: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.top .logo {}



.top .logo img {}



.top .nav {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: nowrap;



}



.top .nav li {}



.top .nav li:hover a {

    color: #d82828;

}



.top .nav li.active a {

    color: #d82828;

}



.top .nav li:last-child img {

    display: none;

}





.top .nav li a {

    font-size: 14px;

    color: #666666;

    font-family: 'SourceHanSansCN-Regular';

    display: inline-block;

    padding: 0 20px;

}



/* banner */

.banner {

    max-width: 100%;

    /* height: 540px; */

    position: relative;

}



.banner img {

    max-width: 100%;

    /* height: 100%; */

    object-fit: cover;

}



.banner p {

    position: absolute;

    top: 47%;

    left: 50%;

    transform: translate(-50%);

    color: #fff;

    font-size: 30px;

    font-family: 'SourceHanSansCN-Medium';

}



.banner p::before {

    position: absolute;

    top: 50%;

    left: -40%;

    content: '';

    width: 23px;

    height: 4px;

    background-color: #fff;

}



.banner p::after {

    position: absolute;

    top: 50%;

    right: -40%;

    content: '';

    width: 23px;

    height: 4px;

    background-color: #fff;

}



/* 底部 */

.bottom {

    background-color: #f4f4f4;

}



.bottom .w-1440 {

    display: flex;

    justify-content: space-between;

    padding: 150px 0;



}



.bottom .left {

    width: 50%;

}



.bottom .left .f_logo {

    margin-bottom: 50px;

}



.bottom .left .contact_ico {}



.bottom .left .contact-details {}



.bottom .left .contact-details li {

    margin-top: 20px;

    padding-left: 30px;

}



.bottom .left .contact-details li:nth-of-type(1) {

    background: url(../images/tel_ico.png) no-repeat center left;

}



.bottom .left .contact-details li:nth-of-type(2) {

    background: url(../images/email_ico.png) no-repeat center left;



}



.bottom .left .contact-details li:nth-of-type(3) {

    background: url(../images/address_ico.png) no-repeat center left;



}



.bottom .left .contact-details li span {

    color: #d82828;

    font-size: 14px;

}



.bottom .right {

    width: 50%;

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

}



.bottom .right .link .link_ico {

    margin-bottom: 40px;

}



.bottom .right .link .f_nav {

    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    max-height: 145px;

}



.bottom .right .link .f_nav li {

    margin-bottom: 20px;

    margin-right: 75px;

}



.bottom .right .link .f_nav li:nth-of-type(4n) {

    margin-bottom: 0px;

}



.bottom .right .link .f_nav li a {

    color: #666666;

    font-size: 14px;

}



.share {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: flex-end;

    height: 100%;

}



.share .getTop:hover {

    transform: scale(0.9);

    transition: 0.3s;

    cursor: pointer;

}



.share .shares {

    display: flex;

}



.share .shares>div {



    width: 32px;

    height: 32px;

    cursor: pointer;

    background-color: rgb(255, 255, 255);

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

}



.share .shares .wechat {

    margin: 0 20px;

    position: relative;

}



.share .shares .wechat .code {

    position: absolute;

    width: 88px;

    height: 92px;

    margin-left: -44px;

    top: -120px;

    left: 50%;

    transform: translateY(200px);

    transition: .3s;

    opacity: 0;

    pointer-events: none;

}



.share .shares .wechat:hover .code {

    transform: translateY(15px);

    opacity: 1;

}



.share .shares .qq a {

    display: block;

    width: 15px;

    height: 16.5px;

}



.share .shares .qq a>img {

    display: block;

    width: 100%;

    height: 100%;

}



.share .shares .wechat a>img {

    display: block;

    width: 20px;

}



.share .shares .weibo a>img {

    display: block;

    width: 20px;

}



.share .shares>div a img:nth-of-type(1) {

    display: none;

}



.share .shares>div a img:nth-of-type(2) {

    display: block;

}



.share .shares>div:hover {

    background-color: #d4000d;

}



.share .shares>div:hover a img:nth-of-type(1) {

    display: block;

}



.share .shares>div:hover a img:nth-of-type(2) {

    display: none;

}



.bottom .copy {

    color: #b2b2b2;

    font-size: 14px;

    text-align: center;

    line-height: 60px;

    width: 100%;

    height: 60px;

    background-color: #d9d9d9;

}



/* 二级导航 */

.breadNav {

    background-color: #f4f4f4;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.subBav {

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 50px;

}



.subNav_l {

    display: flex;

    align-items: center;

}



.subNav_l>div {

    font-size: 14px;

    color: #999999;

}



.subNav_l>div img {

    display: flex;

    align-items: center;

}



.subNav_l>div a {

    font-size: 14px;

    color: #999999;

    margin: 0 5px;

}



.subNav_l>div span {

    font-size: 14px;

    color: #666666;

    margin-left: 20px;

}



.subNav_r {

    width: calc(100% / 2);

    display: flex;

    flex-wrap: nowrap;

    justify-content: flex-end;

    align-items: center;

}





.subNav_r li:last-child {

    margin-right: 0;

}



.subNav_r li a {

    font-size: 14px;

    color: #666666;

    font-family: 'SourceHanSansCN-Regular';

}



.subNav_r li:hover a {

    color: #d82828;

    font-weight: bold;

}



.subNav_r li.active a {

    color: #d82828;

    font-weight: bold;

}



.subNav_r li:nth-of-type(n+2) {

    margin-left: 35px;

}



/* 底部翻页 */

.pagination {

    /* margin-top: 60px; */

    /* margin-bottom: 160px; */

}



.pagination ul {

    display: flex;

    justify-content: center;

}



.pagination ul li {

    width: 40px;

    height: 40px;

    text-align: center;

    transition: all .5s;

    cursor: pointer;

    border: 1px solid #d2d2d2;

    border-radius: 7px;

}



.pagination ul li a {

    font-size: 14px;

    line-height: 40px;

    color: #999999;

    display: block;

    font-family: "Arial";

}





.pagination ul li:nth-of-type(1) {

    width: 100px;

    background-color: #fff;

}



.pagination ul li:last-child {

    width: 100px;

}



.pagination ul li:nth-of-type(n+2) {

    margin-left: 10px;

}



.pagination ul li:hover {

    background-color: #d82828;

}



.pagination ul li:hover a {

    color: #fff;

}



.pagination ul li.active {

    background-color: #d82828;

}



.pagination ul li.active a {

    color: #fff;

}



/* 联系方式 */

.contact_main .contact_tt {

    margin: 80px 0 25px;

    text-align: center;

}



.contact_main .input1 {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.contact_main .input1>div {

    margin-right: 20px;

    width: calc(100% - 40px);

    height: 55px;

    border: 1px solid #e9e9e9;

    padding-left: 15px;

    display: flex;

    align-items: center;

}



.contact_main .input1>div input {

    width: 100%;

}



.contact_main .input1>div input::-webkit-input-placeholder {

    font-size: 14px;

    color: #ccc;

}



.contact_main .input1>div:last-child {

    margin-right: 0px;

}



.contact_main .input1>div i {

    width: 2px;

    height: 15px;

    background-color: #e1e1e1;

    margin: 0 10px;

}



.contact_main .text {

    width: 100%;

    min-height: 170px;

    border: 1px solid #e9e9e9;

    padding: 20px 15px;

    margin: 20px 0;

}



.contact_main .text>div {

    display: flex;

    align-items: center;

}



.contact_main .text>div i {

    width: 2px;

    height: 15px;

    background-color: #e1e1e1;

    margin: 0 10px;

}



.contact_main .text>div span {

    color: #cccccc;

    font-size: 14px;

}



.contact_main .text .msg {

    background: none;

    outline: none;

    border: 0px;

    resize: none;

    width: 100%;

    min-height: 100px;

    font-size: 14px;

    color: #666;

    line-height: 32px;

    font-family: 'SourceHanSansCN-Regular';

}



.contact_main .btn_div {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 80px;

}



.contact_main .btn_div .btn {

    width: 200px;

    height: 50px;

    text-align: center;

    color: #fff;

    font-size: 14px;

    line-height: 50px;

    font-family: 'SourceHanSansCN-Medium';

    cursor: pointer;

    background-color: #d4000d;

}



.contact_main .btn_div .btn:hover {

    background-color: rgba(212, 0, 14, 0.8);

}



.contact_main .map_div {

    display: flex;

    justify-content: space-between;

    height: 500px;

    position: relative;

}



.contact_main .map_div .w-1200 {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}



.contact_main .map_div .left {

    background-color: #fafafa;

    height: 100%;

    width: 42%;

}



.contact_main .map_div .contact_us>img {

    margin: 80px 0 20px;

}



.contact_main .map_div .contact-details li {

    margin-top: 20px;

    padding-left: 30px;

}



.contact_main .map_div .contact-details li:nth-of-type(1) {

    background: url(../images/tel_ico.png) no-repeat center left;

}



.contact_main .map_div .contact-details li:nth-of-type(2) {

    background: url(../images/email_ico.png) no-repeat center left;



}



.contact_main .map_div .contact-details li:nth-of-type(3) {

    background: url(../images/address_ico.png) no-repeat center left;



}



.contact_main .map_div .contact-details li span {

    color: #d82828;

    font-size: 14px;

}



.contact_main .map_div .share {

    align-items: flex-start;

    height: auto;

    margin-top: 55px;

}



.contact_main .map_div .right {

    height: 100%;

    width: 58%;

}



.contact_main .map_div .right img {

    height: 100%;

    width: 100%;

}



/* 服务答疑 */

.service_main .w-1200 {

    padding: 80px 0 50px;

}



.service_list {

    display: flex;

    flex-wrap: wrap;

}



.service_list li {

    margin: 0 30px 30px 0;

    padding: 30px 30px 30px 40px;

    width: calc((100% - 30px) / 2);

    height: 140px;

    border: 1px solid #dddddd;

    display: flex;

    justify-content: space-between;

    align-items: center;

    transition: all 0.3s;

}



.service_list li:nth-of-type(2n) {

    margin-right: 0;

}



.service_list li .left {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    width: 85%;

}



.service_list li .left .tt {

    margin-bottom: 10px;

}



.service_list li .left .tt p {

    color: #333333;

    font-size: 20px;

}



.service_list li .left .tt span {

    color: #999999;

    font-size: 14px;

}



.service_list li .left .browse {

    display: flex;

    align-items: center;

    color: #cccccc;

    font-size: 14px;

}



.service_list li .left .browse span:nth-of-type(1) {

    padding-left: 27px;

    background: url(../images/browse_ico1.png) no-repeat left center;

    margin-right: 20px;

}



.service_list li .left .browse span:nth-of-type(2) {

    padding-left: 27px;

    background: url(../images/browse_ico2.png) no-repeat left center;

}



.service_list li .right .down {

    display: block;

}



.service_list li .right .down_ac {

    display: none;

}



.service_list li:hover {

    background: url(../images/down_bg.png) no-repeat center;

}



.service_list li:hover .left .tt p {

    color: #fff;

}



.service_list li:hover .left .tt span {

    color: #ff8282;

}



.service_list li:hover .left .browse {

    color: #fff;

}



.service_list li:hover .left .browse span:nth-of-type(1) {

    background: url(../images/browse_ico11.png) no-repeat left center;

}



.service_list li:hover .left .browse span:nth-of-type(2) {

    background: url(../images/browse_ico22.png) no-repeat left center;

}



.service_list li:hover .right .down {

    display: none;

}



.service_list li:hover .right .down_ac {

    display: block;

}



/* 常见问题页 */

.problemMain {

    margin-top: 80px;

    margin-bottom: 80px;

}



.prob_ul {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    justify-content: space-between;

}



.prob_ul li {

    width: calc((100% - 30px) / 2);

    height: 130px;

    padding: 30px 30px;

    border: 1px solid #dddddd;

    margin-bottom: 30px;

    margin-right: 30px;

}



.prob_ul li:nth-of-type(2n) {

    margin-right: 0;

}



.prob_ul li p {

    padding-left: 40px;

    line-height: 22px;

}



.prob_ul li p:nth-of-type(1) {

    color: #333333;

    font-size: 20px;

    background: url(../images/Q.png) no-repeat left center;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    margin-bottom: 10px;

}



.prob_ul li p:nth-of-type(2) {

    color: #999999;

    font-size: 14px;

    background: url(../images/A.png) no-repeat left 2px;

    overflow: hidden;

    text-overflow: ellipsis;

    /*超出显示... */

    display: -webkit-box;

    -webkit-box-orient: vertical;

    /* 从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */

    -webkit-line-clamp: 2;

    /*设置显示的行数*/

}



.prob_ul li:hover {

    border: 1px solid #d4000d;

}



.prob_ul li:hover p:nth-of-type(1) {

    font-weight: bold;

    color: #d82828;

}



.prob_ul li:hover p:nth-of-type(2) {

    color: #666666;

}



/* 新品推荐 */

.pro_main .w-1200 {

    padding: 80px 0 50px;

}



.pro_list {

    display: flex;

    flex-wrap: wrap;

}



.pro_list li {

    margin: 0 30px 30px 0;

    padding: 25px 30px 25px 30px;

    width: calc((100% - 30px) / 2);

    height: 175px;

    border: 1px solid #dddddd;

    transition: all 0.3s;

    position: relative;

}



.pro_list li:nth-of-type(2n) {

    margin-right: 0;

}



.pro_list li a {

    width: 100%;

    height: 100%;

    display: block;

}



.pro_list li .tt .over1 {

    color: #333333;

    font-size: 20px;

    margin-bottom: 10px;

}



.pro_list li .tt .over2 {

    color: #666666;

    font-size: 14px;

    line-height: 22px;

}



.pro_list li .more {

    color: #999999;

    font-size: 14px;

    position: absolute;

    bottom: 30px;

}



.pro_list li:hover {

    background: url(../images/pro_bg.png) no-repeat center;

}



.pro_list li:hover .tt .over1 {

    color: #fff;

}



.pro_list li:hover .tt .over2 {

    color: #ff9d9d;

}



.pro_list li:hover .more {

    color: #ffffff;

}



/* 新闻资讯 */

.new_main .w-1200 {

    padding: 80px 0 50px;

}



.new_list li {

    border-bottom: 1px solid #d9d9d9;

    padding: 40px 50px 40px 0;

    height: 150px;

}



.new_list li:nth-of-type(1) {

    border-top: 1px solid #d9d9d9;

}



.new_list li a {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.new_list li .left {

    padding: 0 65px 0 50px;

    display: flex;

    flex-direction: row;

    align-items: flex-end;

}



.new_list li .left span {

    color: #dddddd;

    font-size: 80px;

    font-family: "Arial";

    line-height: 60px;

    margin-right: 10px;

}



.new_list li .left i {

    color: #dddddd;

    font-size: 20px;

    font-family: "Arial";

    line-height: 1;

}



.new_list li .right {
    flex: 1;
}



.new_list li .right .over1 {

    font-size: 20px;

    color: #333333;

    margin-bottom: 10px;

    line-height: 20px;

}



.new_list li .right .over2 {

    font-size: 14px;

    color: #999999;

    line-height: 20px;

}



.new_list li:hover {

    background-color: #f4f4f4;

}



.new_list li:hover .left span {

    color: #d82828;

}



.new_list li:hover .left i {

    color: #999999;

}



.new_list li:hover .right .over2 {

    color: #666;

}



/* 产品中心 */

.cp_main .w-1200 {

    padding: 80px 0;

}



.cp_main .tr1 {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.cp_main .tr1 .left {

    width: 50%;

    height: 50px;


}

.cp_main .tr1 .left form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cp_main .tr1 .left .text_search {

    width: 75%;

    height: 100%;

    border: 1px solid #dddddd;

    padding-left: 25px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.cp_main .tr1 .left .text_search i {

    display: inline-block;

    width: 2px;

    height: 15px;

    background-color: #ddd;

    margin-right: 10px;

}



.cp_main .tr1 .left .text_search input {

    flex: 1;

}



.cp_main .tr1 .left .btn_search {

    width: 25%;

    height: 100%;

    cursor: pointer;

}



.cp_main .tr1 .left .btn_search input {

    width: 100%;

    height: 100%;

    color: #fff;

    background-color: #d82828;

    background-image: url(../images/se_ico.png);

    background-repeat: no-repeat;

    background-position: 40px center;

    cursor: pointer;

}



.cp_main .tr1 .left .btn_search input::-webkit-input-placeholder {

    font-size: 14px;

    color: #ccc;

}



.cp_main .tr1 .right {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    padding-left: 40px;

    width: 50%;

    overflow: hidden;

}



.cp_main .tr1 .right p {

    color: #666666;

    font-size: 14px;

}



.cp_main .tr1 .right ul {

    flex: 1;

    white-space: nowrap;

    overflow: hidden;

}



.cp_main .tr1 .right ul li {

    margin-left: 30px;

    display: inline-block;

}



.cp_main .tr1 .right ul li a {

    font-size: 14px;

    color: #999999;

}



.cp_main .cp_list {

    display: flex;

    flex-wrap: wrap;

    border-top: 1px solid #eee;

    margin-top: 20px;

    padding-top: 30px;

}



.cp_main .cp_list li {

    margin-right: 15px;

    width: calc((100% - 45px) / 4);

    height: 400px;

    border: 1px solid #eeeeee;

    margin-bottom: 15px;

}



.cp_main .cp_list li:nth-of-type(4n) {

    margin-right: 0;

}



.cp_main .cp_list li a {

    display: block;

    width: 100%;

    height: 100%;

    position: relative;

}



.cp_main .cp_list li .img_div {

    width: 100%;

    height: 325px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.cp_main .cp_list li .img_div img {
    max-width: 100%;
    object-fit: cover;
}



.cp_main .cp_list li .tt {

    position: absolute;

    top: 80%;

    left: 50%;

    transform: translateX(-50%);

}



.cp_main .cp_list li .tt p {

    font-size: 14px;

    color: #666666;

    text-align: center;

}



.cp_main .cp_list li .tt div {

    font-size: 14px;

    color: #ccc;

    text-align: center;

}



.cp_main .cp_list li .mask {

    opacity: 0;

    transition: 0.5s;

    position: absolute;

    z-index: 5;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(216, 40, 40, 0.9);

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.cp_main .cp_list li .mask .mask_tt {}



.cp_main .cp_list li .mask .mask_tt p {

    color: #fefefe;

    font-size: 20px;

    text-align: center;

}



.cp_main .cp_list li .mask .mask_tt div {

    color: #ff9797;

    font-size: 14px;

    text-align: center;

}



.cp_main .cp_list li .mask .line {

    width: 2px;

    height: 85px;

    margin: 30px 0;

    background-color: rgba(255, 255, 255, 0.2);

}



.cp_main .cp_list li .mask .jia {

    width: 32px;

    height: 32px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #e77878;

}



.cp_main .cp_list li .mask .jia img {

    width: 16px;

    height: 16px;

}



.cp_main .cp_list li:hover .tt {

    opacity: 0;

}



.cp_main .cp_list li:hover .mask {

    opacity: 1;

}



.cp_main .cp_list li:hover .mask .jia img {

    animation: xuanzhuan 1s linear;

}



@keyframes xuanzhuan {

    0% {

        transform: rotateZ(0deg);

    }



    100% {

        transform: rotateZ(360deg);

    }

}



/* 关于秉时 */

.about1 {

    background: url(../images/about_bg1.png) no-repeat center bottom;

}



.about1 .w-1200 {

    padding: 100px 0 140px;

}



.about1 .left {

    width: 50%;

}



.about1 .left .about_tt1 {

    margin-bottom: 45px;

}



.about1 .left .text {

    color: #666666;

    line-height: 24px;

    font-size: 14px;

}



.about2 img {

    width: 100%;

    height: 100%;

}



.about3 {

    background: url(../images/about_culture_bg.png) no-repeat center -360px;

}



.about3 .w-1200 {

    padding: 164px 0 190px;

}



.about3 .left {

    width: 50%;

}



.about3 .left .about_tt3 {

    margin-bottom: 60px;

}



.about3 .left .about_slogan {}



.about3 .left .about_slogan p {

    color: #dc2f2f;

    font-size: 30px;

    line-height: 54px;

    font-family: 'SourceHanSansCN-Normal';

}



.about3 .left .about_slogan div {

    color: #ccc;

    font-size: 14px;

    font-family: 'SourceHanSansCN-Normal';

    text-transform: uppercase;



}



.about4 {

    padding-bottom: 20px;

    background-color: #f4f4f4;

}



.about4 .w-1200 {

    display: flex;

    padding-top: 120px;

}



.about4 .left {

    position: relative;

    width: 45%;

}



.about4 .about4_img {

    position: absolute;

    bottom: 70px;

    width: 100%;

    height: 352px;

}



.about4 .about4_img img {

    width: 100%;

    height: 100%;

}



.about4 .about4_img3 {

    position: absolute;

    left: 0;

    bottom: 0;

}



.about4 .right {

    width: 55%;

}



.about4 .right .title {

    padding-left: 65px;

    display: flex;

    align-items: center;

    color: #d82828;

    font-size: 20px;

    line-height: 20px;

    margin-bottom: 45px;

}



.about4 .right .title .cn {

    font-family: 'SourceHanSansCN-Regular';

}



.about4 .right .title .line {

    width: 1px;

    height: 20px;

    background-color: #d82828;

    margin: 0 20px;

}



.about4 .right .title .en {

    font-family: 'SourceHanSansCN-Light';

}



.about4 .right .text {

    padding-left: 65px;

    color: #666666;

    font-size: 14px;

    margin-bottom: 75px;

}



.about4 .right .about4_img2 {

    width: 100%;

    height: 132px;

}



.about4 .right .about4_img2 img {

    width: 100%;

    height: 100%;

}



.about5 .w-1200 {

    padding: 120px 0;

}



.about5 .tt {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}





.rczp {

    margin: 50px 0 30px;

}



.zpTabs {

    background-color: #dc2f2f;

    display: flex;

    padding: 15px 0;

}



.zpTabs>div {

    flex: 1;

    text-align: center;

}



.zpTabs>div:nth-of-type(n+2) {

    border-left: 1px solid #ec5858;

}



.rczp ul li .zpItemTab {

    display: flex;

    padding: 20px 0;

    border: 1px solid #dedede;

}



.rczp ul li {

    margin-top: 10px;

}



.rczp ul li .zpItemTab>div {

    flex: 1;

    text-align: center;

}



.rczp ul li.active .dept div img {

    transform: rotate(0deg);

    transition: all .5s;

    -webkit-filter: grayscale(0);

    /* filter: gray;   */

    filter: grayscale(0);

}



.address,

.zpNum,

.dept {

    font-size: 14px;

}



.rczp ul li.active .zpItemTab {

    background-color: #f8f8f8;

}



.rczp ul li.active .post {

    font-weight: bold;

    color: #dc2f2f;

    font-family: 'yahei';

}



.zpItemCon {

    background-color: #f8f8f8;

    padding: 50px;

    position: relative;

    overflow: hidden;

    display: none;

}



.postZz,

.rzyq {

    font-size: 14px;

    line-height: 30px;

}



.dept {

    position: relative;

}



.dept div {

    position: absolute;

    right: 40px;

    top: 0;

    bottom: 0;

}



.dept div img {

    transform: rotate(-90deg);

    transition: all .5s;

    -webkit-filter: grayscale(1);

    filter: gray;

    filter: grayscale(1);

}



.rzyq {

    margin-top: 40px;

}



.zpBtn {

    margin-top: 30px;

    display: block;

    width: 210px;

    height: 45px;

    background-color: #dc2f2f;

    border-radius: 30px;

    font-size: 14px;

    color: #ffffff;

    line-height: 45px;

    text-align: center;

}



.zpBtn:hover {

    background-color: #dc2f2fd7;

}



.zpImg {

    position: absolute;

    bottom: -60px;

    right: 50px;

}



.zpImg>div {

    position: absolute;

    width: 180px;

    height: 80px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    font-size: 14px;

    color: #666666;

}



.zpImg>div span {

    font-size: 20px;

    color: #dc2f2f;

    font-weight: bold;

}



.about5 .loading {

    width: 100%;

    height: 70px;

    border: 1px solid #e8e9ef;

    display: flex;

    justify-content: center;

    align-items: center;

}



.about5 .loading img {

    width: 37px;

    height: 37px;

}



.about5 .loading div {

    margin-left: 18px;

    display: flex;

    justify-content: center;

    flex-direction: column;

}



.about5 .loading div p {

    color: #666666;

    font-size: 16px;

}



.about5 .loading div span {

    color: #cccccc;

    font-size: 14px;

}





/* 首页 */

.idxbanner {

    max-width: 100%;

    /* height: 850px; */

}



.idxbanner a {

    width: 100%;

    /* height: 100%; */

}



.idxbanner a img {

    max-width: 100%;

    /* height: 100%; */

    object-fit: cover;

}



.iabout {

    background: url(../images/idx_about_bg.png) no-repeat center;

}



.iabout .w-1440 {

    display: flex;

    justify-content: space-between;

    padding: 140px 0;

}



.iabout .left {}



.iabout .rt {

    width: 50%;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.iabout .rt>img {

    width: 424px;

    height: 102px;

}



.iabout .rt .text {

    color: #666666;

    font-size: 14px;

}



.iabout .rt a img {

    width: 142px;

    height: 32px;

}



.ipro {

    height: 815px;

    background-color: #f4f4f4;

    position: relative;

    overflow: hidden;

}



.ipro .w-1440 {

    padding: 155px 0 150px;

    height: 100%;

}



.ipro .left {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    height: 100%;

    position: relative;

    z-index: 2;

}



.ipro .left>img {

    width: 1048px;

}



.ipro .ipro_list li a {

    color: #666666;

    font-size: 14px;

    line-height: 40px;

}



.ipro .ipro_list li.active a {

    color: #d4000d;

    font-weight: bold;

}



.ipro .ipro_list li:hover a {

    color: #d4000d;

    font-weight: bold;



}



.ipro .rt {

    width: 71.35%;

    position: absolute;

    right: 0;

    bottom: 150px;

    z-index: 3;

}



.ipro .cp_list {

    display: none;

}



.ipro .cp_list.active {

    display: block;

}



.ipro .cp_list li {

    width: 320px;

    height: 445px;

    background-color: #fff;

}





.ipro .cp_list li a {

    display: block;

    width: 100%;

    height: 100%;

    position: relative;

}



.ipro .cp_list li .img_div {

    width: 100%;

    height: 355px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.ipro .cp_list li .img_div img {
    max-width: 100%
}



.ipro .cp_list li .tt {

    position: absolute;

    top: 82%;

    left: 50%;

    transform: translateX(-50%);

}



.ipro .cp_list li .tt p {

    font-size: 14px;

    color: #666666;

    text-align: center;

}



.ipro .cp_list li .tt div {

    font-size: 14px;

    color: #ccc;

    text-align: center;

}



.ipro .cp_list li .mask {

    opacity: 0;

    transition: 0.5s;

    position: absolute;

    z-index: 5;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(216, 40, 40, 0.9);

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.ipro .cp_list li .mask .mask_tt {}



.ipro .cp_list li .mask .mask_tt p {

    color: #fefefe;

    font-size: 20px;

    text-align: center;

}



.ipro .cp_list li .mask .mask_tt div {

    color: #ff9797;

    font-size: 14px;

    text-align: center;

}



.ipro .cp_list li .mask .line {

    width: 2px;

    height: 85px;

    margin: 30px 0;

    background-color: rgba(255, 255, 255, 0.2);

}



.ipro .cp_list li .mask .jia {

    width: 32px;

    height: 32px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #e77878;

}



.ipro .cp_list li .mask .jia img {

    width: 16px;

    height: 16px;

}



/* .ipro .cp_list li.swiper-slide-active .tt {

    opacity: 0;

}



.ipro .cp_list ul li.swiper-slide-active .mask {

    opacity: 1;

} */

/* .ipro .cp_list ul li.swiper-slide-active {

    transform: translateY(-10px);

} */



.ipro .cp_list li:hover .tt {

    opacity: 0;

}



.ipro .cp_list ul li:hover .mask {

    opacity: 1;

}



.inew .w-1440 {

    padding: 150px 0;

}



.inew .tt {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

}



.inew .tt>img {}



.inew .tt .rt {

    display: flex;

}



.inew .tt .rt li {

    margin-right: 40px;

    border-bottom: 2px solid transparent;

    padding-bottom: 10px;

}



.inew .tt .rt li:last-child {

    margin-right: 0px;

}



.inew .tt .rt li a {

    color: #666666;

    font-size: 14px;

}



.inew .tt .rt li.active,

.inew .tt .rt li:hover {

    border-bottom: 2px solid #d82828;

}



.inew .tt .rt li.active a,

.inew .tt .rt li:hover a {

    color: #d82828;

    font-weight: bold;

}



.inew_list_div {

    border-top: 1px solid #e5e5e5;

    margin-top: 60px;

}



.inew_list {

    display: none;

}



.inew_list.active {

    display: block;

}



.inew_list li {

    padding: 25px 0;

    border-bottom: 1px solid #e5e5e5;

}



.inew_list li .inew_tt {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.inew_list li .inew_tt p {

    color: #666666;

    font-size: 20px;

}



.inew_list li .inew_tt span {

    color: #cccccc;

    font-size: 14px;

}



.inew_list li .inew_cont {

    display: none;

    transition: all 0.5s
}



.inew_list li .inew_cont p {

    color: #666;

    font-size: 14px;

    margin: 20px 0 25px;

}



.inew_list li .inew_cont .bot {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.inew_list li .inew_cont .bot .left {

    color: #d82828;

    font-size: 14px;

}



.inew_list li .inew_cont .bot .rt {

    color: #666;

    font-size: 14px;

}



.inew_list li:hover .inew_cont {

    display: block;

}



.inew_list li:hover .inew_tt p {

    color: #d82828;

}



.inew_list li:hover .inew_tt span {

    display: none;

}



.inew_list li:hover .inew_cont .bot .rt {

    color: #999999;

}































@media screen and (max-width: 1460px) {

    .w-1440 {

        width: 1200px;

    }

}



@media screen and (max-width: 1220px) {

    .w-1200 {

        width: 100%;

    }

    .w-1440 {
        width: 100%;
    }
}